home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / gte32r12.zip / DATA.1 / GTE.TIP < prev    next >
Text File  |  1996-08-30  |  4KB  |  40 lines

  1. ; Tip of the Day
  2. ; Copyright⌐ 1996 Vedran Gaco. All rights reserved.
  3. ; GWD Text Editor
  4. ; -- Tips --
  5.  
  6. You can view an included header file by right-clicking on the #include line and then selecting the Open command from the pop-up menu.
  7. You can record commands and other actions and then play them back when you need to perform the same series of tasks. To begin recording, choose Record Macro command on Tools menu.
  8. GWD Text Editor can emulate QEDIT, Borland C++, Visual C++, Microsoft Word,...
  9. Pressing Ctrl+F1 displays help for the keyword at the cursor position. To specify help file choose User Help command on Options menu.
  10. You can use Borland C++ OpenHelp program to display help for the keyword at the cursor position.
  11. You can navigate matching #if statements.
  12. You can use your own WinHelp files to provide Ctrl+F1 help in source files. For more information, see User Help command on Options menu.
  13. Paragraphs are defined as lines of text between white space.
  14. You can display a pop-up menu by clicking the right mouse button in a window. The pop-up menu contains commands specific to the window where you clicked.
  15. You can find a match for a parenthesis, square bracket, or angle bracket by placing the insertion point on it and pressing Ctrl+Q+].
  16. You can import text from Microsoft Word, WordPerfect, WordStar, Windows Write and Ami Pro documents.
  17. You can display the number of words in document. Choose Word Count from the Tools menu.
  18. You can have several documents open at the same time. The total number depends on Windows version and free system resources.
  19. You can center lines and paragraphs. To center line, press right mouse button and then choose Center Line command from the pop-up menu.
  20. You can draw lines and boxes using direction keys. To draw lines, from Edit menu choose Line Draw command. See also Line Draw Style command.
  21. The status bar at the bottom of the application frame shows the current line number, column number, total lines, editor mode, and other information.
  22. Pressing Ctrl+F1 on a keyword in a source file displays help for that keyword. You must first specify help file in User Help dialog box.
  23. You can use macros to insert the filename, date, page number, and other information into a header or footer.
  24. You can use the selection bar to select text. In the space to the left of text, click once to select a line.
  25. You can learn about any command on a menu by highlighting the command and reading the text in the status bar at the bottom of the main window.
  26. You can select a word by double-clicking it.
  27. You can press Ctrl+Y to delete the current line.
  28. You can repeat the last Find command by pressing F3 or Ctrl+l.
  29. You can quickly select a large block of text with the mouse. Click at the beginning of the text, press Shift, and then click at the end of the text.
  30. You can display a menu of toolbars by pointing to a toolbar and then clicking the right mouse button.
  31. You can open one of the last files you worked on by choosing it from the bottom of the File menu.
  32. You can move the insertion point to the previous word by pressing Ctrl+Left. To move to the next word, press Ctrl+Right.
  33. You can undo most actions by clicking the undo button on toolbar.
  34. You can press IndentBlock button on toolbar to indent and UnindentBlock to unindent selected lines.
  35. You can scroll text up one screen by pressing PageUp. Pressing PageDown scrolls text down one screen.
  36. You can go to the next find by pressing F3 (Ctrl+l).
  37. You can close a dialog box by pressing Esc.
  38. You can move to the beginning of a line by pressing Home. You can move to the end of a line by pressing End.
  39.  
  40.